/******************** HOME HEADER ********************/
.cl1 {
  background-image: url("../assets/page_header.jpg");
	background-size: cover;
	background-position: center 20%;
	position: relative;
	padding-bottom: 30px;
	box-shadow: 0 0 0 350px rgba(0,0,0,0.4) inset;
}
.cl1 .cl_lmtr {
	
}
.cl1 .cl_pad {
	padding-bottom: 15px;
	position: relative;
}
.cl1 .cl_cntn {
	color: white;
	text-align: center;
}

.cl1 h1 {
	padding-top: 220px;
	padding-bottom: 190px;
	margin-top: 0;
	margin-bottom: 0;
}
.cl1 h1 span {
	display: block;
}
.cl1 h1 span:first-child {
	font-size: 30px;
	font-weight: 500;
}
.cl1 h1 span:nth-child(2) {
	font-size: 45px;
	font-weight: 200;
}

.cl1 .banner {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px 20px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.cl1 .banner span {
	display: block;
	color: #222;
	padding-bottom: 12px;
	color: #595959;
	font-size: 16px;
	font-weight: 400;
}
.cl1 .banner a {
	height: 70px;
	display: inline-block;
}
.cl1 .banner a:nth-child(3) {
	margin-right: 20px;
	margin-left: 20px;
}

.cl1 .banner img {
	display: block;
	height: 100%;
}

@media screen and (max-width: 579px) {
  .contentLayout01 p > span:first-child  {
    font-size: 24px;
  }
}
@media screen and (min-width: 579px) and (max-width:767px) {
  .contentLayout01 p > span:first-child {
    font-size: calc(22px + 8 * ((100vw - 579px ) / 188 ));
  }
}
@media screen and (min-width: 767px) {
  .contentLayout01 p > span:first-child {
    font-size: 32px;
  }
}




/********************  ********************/
.cl2 {
  background-color: #FFF;
}
.cl2 .cl_lmtr {
	max-width: 768px;
	margin-right: auto;
	margin-left: auto; 
}
.cl2 .cl_pad {
	padding-top: 4%;
	padding-bottom: 10%;
	padding-right: 20px;
	padding-left: 20px;
}
.cl2 .cl_cntn {
	
}

.cl2 h2 {
	font-size: 35px;
	font-weight: 200;
	color: #f2f2f2;
	background-color: #1f6a88;
	padding: 10px 5%;
	border-radius: 5px;
	margin: 70px auto 30px;
}

.cl2 .control {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cl2 .select{
	max-width: 350px;
	position: relative;
	margin-top: 5px;
}

.cl2 select {
	appearance: none;
	width: 100%;
	font-size: 1.15rem;
	padding: 0.675em 6em 0.675em 1em;
	background-color: rgb(238, 238, 238);
	border: 1px solid #caced1;
	border-radius: 0.25rem;
	color: #000;
	cursor: pointer;
}

.cl2 .select::before,
.cl2 .select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

.cl2 .select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.cl2 .select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.cl2 input {
	max-width: 350px;
	margin-top: 5px;
	box-sizing: border-box;
	appearance: none;
	width: 100%;
	font-size: 1.15rem;
	padding: 0.675em 6em 0.675em 1em;
	background-color: rgb(238, 238, 238);
	border: 1px solid #caced1;
	border-radius: 0.25rem;
	color: #000;
	accent-color: #1f6a88;
}




/********************  ********************/
.cl3 {
  background-color: rgb(228, 228, 228);
}
.cl3 .cl_lmtr {
	max-width: 768px;
	margin-right: auto;
	margin-left: auto; 
}
.cl3 .cl_pad {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 25px;
	padding-right: 25px;
}
.cl3 .cl_cntn {
	
}